home *** CD-ROM | disk | FTP | other *** search
- Path: softsite.co.at!wsog
- Date: 19 Mar 1996 14:37:00 +0100
- From: wsog@softsite.co.at (Walter Sommergruber)
- Newsgroups: comp.lang.c++
- Message-ID: <65AW5as6nTB@softsite.co.at>
- References: <4icefb$19s@inx3.inx.net> <314EA3E7.6B2E@cmt.lpr.mail.carel.fi>
- Subject: Re: Can I write embedded sql in VC++
- X-Newsreader: XP v3.02
- X-Charset: ISO-8859-1
- Organization: Sommergruber Software & Dienstleistungen
-
- Ari Lukumies (aril@cmt.lpr.mail.carel.fi) wrote on 19.03.96
- about "Re: Can I write embedded sql in VC++":
-
- > Vivek Casula wrote:
- > > Can I write embedded sql code in VC++?
- >
- > I don't think so. However, Microsoft has a package called ESQL,
- > but I've never checked it out thoroughly. It seems to have
- > something to do with SQLServer and embedded SQL.
-
- Oh :-) I have Microsoft VC 1.52 and VC 4.0. I create some *.sqc
- files with embedded SQL statements, hand it over to the SQLPP
- program from Sybase SQL Anywhere 5.0 and this program creates
- *.c files from my input.
- The point is: you can write embedded SQL programs with every
- compiler because in the most cases these SQL commands are
- handled by a precompiler who translates the SQL commands
- to library calls. All you need is a precompiler and a matching
- library for your compiler...
- --- Take a look at ...
- Walter Sommergruber The Software Site
- email: wsog@softsite.co.at http://www.softsite.co.at/softsite/
-